Injective update iff
DualPair.injective_update_iff
Project documentation
Map a dual pair under a linear equivalence. -/ @[simps] def map (p : DualPair E) (L : E āL[ā] E') : DualPair E' := āØp.Ļ āL āL.symm, L p.v, (congr_arg p.Ļ <| L.symm_apply_apply p.v).trans p.pairingā© theorem update_comp_left (p : DualPair E) (Ļ' : F āL[ā] G) (Ļ : E āL[ā] F) (w : F) : p.update (Ļ' āL Ļ) (Ļ' w) = Ļ' āL p.update Ļ w := by ext1 u simp only [upd...
Source project: Sphere eversion
Person-level attribution pending.