Theorems · Theorem · linear algebra
Module.pi_induction
∀ (R : Type u) [inst : Semiring R] {ι : Type v} [Finite ι]
(motive : (N : Type u) → [inst_2 : AddCommMonoid N] → [Module R N] → Prop)
(motive' : (N : Type (max u v)) → [inst_2 : AddCommMonoid N] → [Module R N] → Prop),
(∀ {N : Type u} {N' : Type (max u v)} [inst_2 : AddCommMonoid N] [inst_3 : AddCommMonoid N'] [inst_4 : Module R N]
[inst_5 : Module R N'] (a : N ≃ₗ[R] N'), motive N → motive' N') →
(∀ {N N' : Type (max u v)} [inst_2 : AddCommMonoid N] [inst_3 : AddCommMonoid N'] [inst_4 : Module R N]
[inst_5 : Module R N'] (a : N ≃ₗ[R] N'), motive' N → motive' N') →
motive PUnit.{u + 1} →
(∀ {N : Type u} {N' : Type (max u v)} [inst_2 : AddCommMonoid N] [inst_3 : AddCommMonoid N']
[inst_4 : Module R N] [inst_5 : Module R N'], motive N → motive' N' → motive' (N × N')) →
∀ (M : ι → Type u) [inst_2 : (i : ι) → AddCommMonoid (M i)] [inst_3 : (i : ι) → Module R (M i)],
(∀ (i : ι), motive (M i)) → motive' ((i : ι) → M i)To show a property motive of modules holds for arbitrary finite products of modules, it suffices
to show
1. motive is stable under isomorphism.
2. motive holds for the zero module.
3. motive holds for M × N if it holds for both M and N.
Since we need to apply motive to modules in Type u and in Type (max u v), there is a second
motive' argument which is required to be equivalent to motive up to universe lifting by equiv.
See Module.pi_induction' for a version where motive assumes AddCommGroup instead.
- Defined in
- Mathlib.LinearAlgebra.Pi
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Equivproof · cited by 8,337
- Fintypeproof · cited by 7,736
- LinearEquivstatement and proof · cited by 3,317
- Finitestatement and proof · cited by 3,029
- LinearEquiv.symmproof · cited by 1,461
- nonempty_fintypeproof · cited by 261
- LinearEquiv.piCongrLeftproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.