We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dual_univ_eq_ker
1 parent 0fe45ac commit aa82a00Copy full SHA for aa82a00
Mathlib/Geometry/Convex/Cone/Dual.lean
@@ -208,7 +208,7 @@ variable {p : M →ₗ[R] N →ₗ[R] R}
208
variable {C : PointedCone R M}
209
210
lemma dual_univ_eq_ker : dual p ⊤ = ker p.flip := by
211
- ext x; simpa [Eq.comm] using forall_le_iff_eq (f := 0) (g := p.flip x)
+ ext x; simpa [Eq.comm, Iff.comm] using AddMonoidHom.ext_iff_le (f := 0) (g := p.flip x)
212
213
lemma dual_top (hp : Injective p.flip) : dual p ⊤ = 0 := by
214
simpa [dual_univ_eq_ker] using ker_eq_bot_of_injective hp
0 commit comments