Skip to content

Commit

Permalink
Remove line from proof
Browse files Browse the repository at this point in the history
  • Loading branch information
ericluap committed Nov 6, 2024
1 parent 2fc2318 commit da05b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OrderedSemigroups/OrderedGroup/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ theorem pos_neg_disjoint :
Disjoint (SetLike.coe (PositiveCone α)) (SetLike.coe (NegativeCone α)) := by
simp [Disjoint, PositiveCone, NegativeCone]
intro S S_subset_pos S_subset_neg
unfold_projs at *
ext x
constructor
· intro x_in_S
Expand Down

0 comments on commit da05b71

Please sign in to comment.