@@ -275,7 +275,7 @@ theorem A₁_ne_B : cfg.A₁ ≠ cfg.B := by
275275 rw [AffineSubspace.eq_iff_direction_eq_of_mem (left_mem_affineSpan_pair _ _ _)
276276 hwbtw.mem_affineSpan]
277277 exact cfg.PQ_parallel_AB.direction_eq
278- haveI := someOrientation V
278+ have := someOrientation V
279279 have haQ : (2 : ℤ) • ∡ cfg.C cfg.B cfg.Q = (2 : ℤ) • ∡ cfg.C cfg.B cfg.A := by
280280 rw [Collinear.two_zsmul_oangle_eq_right _ cfg.A_ne_B cfg.Q_ne_B]
281281 rw [Set.pair_comm, Set.insert_comm]
@@ -389,7 +389,7 @@ end Oriented
389389
390390
391391theorem not_collinear_QPA₂ : ¬Collinear ℝ ({cfg.Q, cfg.P, cfg.A₂} : Set Pt) := by
392- haveI := someOrientation V
392+ have := someOrientation V
393393 rw [collinear_iff_of_two_zsmul_oangle_eq cfg.two_zsmul_oangle_QPA₂_eq_two_zsmul_oangle_BAA₂, ←
394394 affineIndependent_iff_not_collinear_set]
395395 have h : Cospherical ({cfg.B, cfg.A, cfg.A₂} : Set Pt) := by
@@ -515,13 +515,13 @@ end Oriented
515515
516516
517517theorem not_collinear_CA₂A₁ : ¬Collinear ℝ ({cfg.C, cfg.A₂, cfg.A₁} : Set Pt) := by
518- haveI := someOrientation V
518+ have := someOrientation V
519519 rw [collinear_iff_of_two_zsmul_oangle_eq cfg.two_zsmul_oangle_CA₂A₁_eq_two_zsmul_oangle_CBA,
520520 Set.pair_comm, Set.insert_comm, Set.pair_comm]
521521 exact cfg.not_collinear_ABC
522522
523523theorem cospherical_A₁Q₁CA₂ : Cospherical ({cfg.A₁, cfg.Q₁, cfg.C, cfg.A₂} : Set Pt) := by
524- haveI := someOrientation V
524+ have := someOrientation V
525525 rw [Set.insert_comm cfg.Q₁, Set.insert_comm cfg.A₁, Set.pair_comm, Set.insert_comm cfg.A₁,
526526 Set.pair_comm]
527527 exact cospherical_of_two_zsmul_oangle_eq_of_not_collinear
0 commit comments