Mathlib Map

Theorems · Theorem · linear algebra

LinearEquiv.ker

∀ {R : Type u_1} {R₂ : Type u_2} {M : Type u_5} {M₂ : Type u_7} [inst : Semiring R] [inst_1 : Semiring R₂]
  [inst_2 : AddCommMonoid M] [inst_3 : AddCommMonoid M₂] {module_M : Module R M} {module_M₂ : Module R₂ M₂}
  {σ₁₂ : R →+* R₂} {σ₂₁ : R₂ →+* R} {re₁₂ : RingHomInvPair σ₁₂ σ₂₁} {re₂₁ : RingHomInvPair σ₂₁ σ₁₂} (e : M ≃ₛₗ[σ₁₂] M₂),
  (↑e).ker = ⊥
Defined in
Mathlib.Algebra.Module.Submodule.Ker
Cited by
16 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Quot.sound
Assumes
SemiringSemiringAddCommMonoidAddCommMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

LinearEquiv.ker_comp · cited by 11LinearEquiv.ker_compOrientation.eq_or_eq_neg_of_isEmpty · cited by 6Orientation.eq_or_eq_neg_…ContinuousLinearMap.IsFredholm.of_isInvertible_restrict · cited by 1IsFredholm.of_isInvertibl…Module.End.HasUnifEigenvalue.mem_spectrum · cited by 1HasUnifEigenvalue.mem_spe…Module.FinitePresentation.of_equiv · cited by 1FinitePresentation.of_equ…TensorProduct.AlgebraTensorModule.ker_baseChange_comp_cancelBaseChange_symm · cited by 1AlgebraTensorModule.ker_b…Algebra.PreSubmersivePresentation.isUnit_jacobian_of_cotangentRestrict_bijective · cited by 1PreSubmersivePresentation…OpenPartialHomeomorph.MDifferentiable.ker_mfderiv_eq_bot · cited by 0MDifferentiable.ker_mfder…IntermediateField.LinearDisjoint.linearIndependent_mul' · cited by 0LinearDisjoint.linearInde…ContinuousLinearMap.FredholmPackage.ker_eq · cited by 0FredholmPackage.ker_eqIntermediateField.LinearDisjoint.linearIndependent_right' · cited by 0LinearDisjoint.linearInde…FinitePresentation.of_isBaseChange · cited by 0FinitePresentation.of_isB…Algebra.Extension.H1Cotangent.map_toExtendScalars_injective · cited by 0H1Cotangent.map_toExtendS…Subspace.dualCopairing_nondegenerate · cited by 0Subspace.dualCopairing_no…LinearIndependent.repr_ker · cited by 0LinearIndependent.repr_kerModule · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidRingHom · cited by 10189RingHomSubmodule · cited by 7192SubmoduleBot.bot · cited by 4720Bot.botLinearEquiv · cited by 3317LinearEquivLinearEquiv.toLinearMap · cited by 1171LinearEquiv.toLinearMapLinearMap.ker · cited by 848LinearMap.kerRingHomInvPair · cited by 523RingHomInvPairEquiv.injective · cited by 464Equiv.injectiveLinearEquiv.toEquiv · cited by 105LinearEquiv.toEquivLinearMap.ker_eq_bot_of_injective · cited by 20LinearMap.ker_eq_bot_of_i…LinearEquiv.kerCITED BYCITES

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by16

Results whose statement or proof uses this declaration.