Theorems · Inductive type · functional analysis
ContinuousAlternatingMap
(R : Type u_1) →
(M : Type u_2) →
(N : Type u_3) →
Type u_4 →
[inst : Semiring R] →
[inst_1 : AddCommMonoid M] →
[Module R M] →
[TopologicalSpace M] →
[inst_4 : AddCommMonoid N] → [Module R N] → [TopologicalSpace N] → Type (max (max u_2 u_3) u_4)A continuous alternating map from ι → M to N, denoted M [⋀^ι]→L[R] N,
is a continuous map that is
- multilinear : f (update m i (c • x)) = c • f (update m i x) and
f (update m i (x + y)) = f (update m i x) + f (update m i y);
- alternating : f v = 0 whenever v has two equal coordinates.
- Cited by
- 292 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 5 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement · cited by 24,529
- Modulestatement · cited by 20,661
- Semiringstatement · cited by 13,802
- AddCommMonoidstatement · cited by 12,281
Cited by354
Results whose statement or proof uses this declaration.
- ContinuousAlternatingMap.toContinuousMultilinearMapstatement and proof · cited by 72
- ContinuousAlternatingMap.compContinuousLinearMapstatement and proof · cited by 24
- extDerivWithinstatement and proof · cited by 23
- ContinuousLinearMap.compContinuousAlternatingMapstatement and proof · cited by 19
- ContinuousAlternatingMap.alternatizeUncurryFinstatement and proof · cited by 17
- ContinuousAlternatingMap.ofSubsingletonstatement and proof · cited by 16
- ContinuousAlternatingMap.toAlternatingMapstatement and proof · cited by 16
- ContinuousAlternatingMap.curryLeftstatement and proof · cited by 14
- ContinuousAlternatingMap.extstatement and proof · cited by 14
- extDerivstatement and proof · cited by 14
- ContinuousAlternatingMap.fderivCompContinuousLinearMapstatement and proof · cited by 13
- ContinuousAlternatingMap.applystatement and proof · cited by 12
Showing the 200 most cited of 354.