Theorems · Definition · functional analysis
LinearMap.IsContPerfPair.recOn
{R : Type u_1} →
{M : Type u_2} →
{N : Type u_3} →
[inst : CommRing R] →
[inst_1 : TopologicalSpace R] →
[inst_2 : AddCommGroup M] →
[inst_3 : Module R M] →
[inst_4 : TopologicalSpace M] →
[inst_5 : AddCommGroup N] →
[inst_6 : Module R N] →
[inst_7 : TopologicalSpace N] →
{p : M →ₗ[R] N →ₗ[R] R} →
{motive : p.IsContPerfPair → Sort u} →
(t : p.IsContPerfPair) →
((continuous_uncurry :
Continuous fun x =>
match x with
| (x, y) => (p x) y) →
(bijective_left : Function.Bijective fun x => { toLinearMap := p x, cont := ⋯ }) →
(bijective_right :
Function.Bijective fun y => { toLinearMap := p.flip y, cont := ⋯ }) →
motive ⋯) →
motive t- Cited by
- 0 results in Mathlib
- Foundations
- Depth 76 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 and proof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- ContinuousLinearMapstatement · cited by 5,352
- Continuousstatement and proof · cited by 2,592
- Function.Bijectivestatement and proof · cited by 863
- Continuous.compstatement and proof · cited by 371
- LinearMap.flipstatement and proof · cited by 193
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.