Skip to content

Commit

Permalink
Update Parallel.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
quizas211 committed Oct 23, 2023
1 parent a123c18 commit 2296dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EuclideanGeometry/Foundation/Axiom/Linear/Parallel.lean
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ theorem inx_lies_on_snd_extn_line (r₁ r₂ : Ray P) (h : r₂.toProj ≠ r₁.
exact inx_lies_on_fst_extn_line r₂ r₁ h.symm

-- `key theorem`
theorem ray_toLine_eq_of_same_extn_line {r₁ r₂ : Ray P} (h : same_extn_line r₁ r₂) : r₁.toLine = r₂.toLine := Quotient.eq.mpr h
theorem inx_eq_of_same_extn_line {a₁ b₁ a₂ b₂ : Ray P} (g₁ : same_extn_line a₁ a₂) (g₂ : same_extn_line b₁ b₂) (h₁ : b₁.toProj ≠ a₁.toProj) (h₂ : b₂.toProj ≠ a₂.toProj) : inx_of_extn_line a₁ b₁ h₁ = inx_of_extn_line a₂ b₂ h₂ := by
have ha1 : inx_of_extn_line a₁ b₁ h₁ LiesOn a₁.toLine := inx_lies_on_fst_extn_line a₁ b₁ h₁
have hb1 : inx_of_extn_line a₁ b₁ h₁ LiesOn b₁.toLine := inx_lies_on_snd_extn_line a₁ b₁ h₁
Expand Down

0 comments on commit 2296dba

Please sign in to comment.