Theorems · Definition · linear algebra
ExteriorAlgebra.lift
(R : Type u1) →
[inst : CommRing R] →
{M : Type u2} →
[inst_1 : AddCommGroup M] →
[inst_2 : Module R M] →
{A : Type u_1} →
[inst_3 : Semiring A] →
[inst_4 : Algebra R A] → { f // ∀ (m : M), f m * f m = 0 } ≃ (ExteriorAlgebra R M →ₐ[R] A)Given a linear map f : M →ₗ[R] A into an R-algebra A, which satisfies the condition:
cond : ∀ m : M, f m * f m = 0, this is the canonical lift of f to a morphism of R-algebras
from ExteriorAlgebra R M to A.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Semiringstatement and proof · cited by 13,802
- AddCommGroupstatement and proof · cited by 12,871
- Algebrastatement and proof · cited by 11,388
- LinearMapstatement and proof · cited by 10,215
- Equivstatement · cited by 8,337
- AlgHomstatement · cited by 3,236
- QuadraticFormstatement · cited by 507
- Equiv.transproof · cited by 337
Cited by9
Results whose statement or proof uses this declaration.
- ExteriorAlgebra.toTrivSqZeroExtproof · cited by 5
- ExteriorAlgebra.algebraMap_leftInverseproof · cited by 4
- ExteriorAlgebra.algebraMapInvproof · cited by 3
- ExteriorAlgebra.lift_ι_applystatement · cited by 2
- ExteriorAlgebra.GradedAlgebra.liftιproof · cited by 1
- ExteriorAlgebra.ι_comp_liftstatement · cited by 0
- ExteriorAlgebra.lift_comp_ιstatement · cited by 0
- ExteriorAlgebra.lift_symm_applystatement and proof · cited by 0
- ExteriorAlgebra.lift_uniquestatement · cited by 0