Skip to content

Commit

Permalink
Update Core.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
vihdzp committed Jan 15, 2025
1 parent a7597d1 commit 71ffdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Init/Core.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,7 @@ theorem true_equivalence (α : Sort u) : Equivalence fun _ _ : α ↦ True :=

/-- Always-true relation as a `Setoid`. -/
def trueSetoid (α : Sort u) : Setoid α :=
⟨_, true_equivalence⟩
⟨_, true_equivalence α

/--
`Squash α` is the quotient of `α` by the always true relation.
Expand Down

0 comments on commit 71ffdb9

Please sign in to comment.