Theorems · Definition · several complex variables
FormalMultilinearSeries.changeOriginIndexEquiv
(k : ℕ) × (l : ℕ) × { s // s.card = l } ≃ (n : ℕ) × Finset (Fin n)An auxiliary equivalence useful in the proofs about
FormalMultilinearSeries.changeOriginSeries: the set of triples (k, l, s), where s is a
Finset (Fin (k + l)) of cardinality l is equivalent to the set of pairs (n, s), where s is a
Finset (Fin n).
The forward map sends (k, l, s) to (k + l, s) and the inverse map sends (n, s) to
(n - Finset.card s, Finset.card s, s). The actual definition is less readable because of problems
with non-definitional equalities.
- Defined in
- Mathlib.Analysis.Analytic.ChangeOrigin
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Equivstatement · cited by 8,337
- Finset.cardstatement and proof · cited by 2,327
- Finset.mapproof · cited by 747
- Equiv.toEmbeddingproof · cited by 254
- finCongrproof · cited by 78
Cited by9
Results whose statement or proof uses this declaration.
- FormalMultilinearSeries.changeOriginSeries_summable_aux₁proof · cited by 3
- FormalMultilinearSeries.changeOriginIndexEquiv_apply_fststatement and proof · cited by 1
- FormalMultilinearSeries.changeOrigin_evalproof · cited by 1
- FormalMultilinearSeries.changeOrigin_eval_of_finiteproof · cited by 1
- FormalMultilinearSeries.changeOriginIndexEquiv_apply_sndstatement and proof · cited by 0
- FormalMultilinearSeries.changeOriginIndexEquiv_symm_apply_fststatement and proof · cited by 0
- FormalMultilinearSeries.changeOriginIndexEquiv_symm_apply_snd_fststatement and proof · cited by 0
- FormalMultilinearSeries.changeOriginIndexEquiv_symm_apply_snd_snd_coestatement and proof · cited by 0
- FormalMultilinearSeries.changeOriginSeriesTerm_changeOriginIndexEquiv_symmstatement and proof · cited by 0