Loogle!
Result
Found 11 declarations mentioning LinearMap.extendOfNorm.
- LinearMap.extendOfNorm π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} [NormedDivisionRing π] [NormedDivisionRing πβ] {Οββ : π β+* πβ} [AddCommGroup E] [SeminormedAddCommGroup Eβ] [NormedAddCommGroup F] [Module π E] [Module πβ F] [IsBoundedSMul πβ F] [Module π Eβ] [IsBoundedSMul π Eβ] [CompleteSpace F] (f : E βββ[Οββ] F) (e : E ββ[π] Eβ) : Eβ βSL[Οββ] F - LinearMap.opNorm_extendOfNorm_le π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} [NontriviallyNormedField π] [NontriviallyNormedField πβ] {Οββ : π β+* πβ} [NormedAddCommGroup F] [SeminormedAddCommGroup Eβ] [NormedSpace πβ F] [NormedSpace π Eβ] [AddCommGroup E] [Module π E] [CompleteSpace F] {f : E βββ[Οββ] F} {e : E ββ[π] Eβ} (h_dense : DenseRange βe) {C : β} (hC : 0 β€ C) (h_norm : β (x : E), βf xβ β€ C * βe xβ) : βf.extendOfNorm eβ β€ C - LinearMap.toContinuousLinearMap_extendOfIsometry π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} [NormedDivisionRing π] [NormedDivisionRing πβ] [AddCommGroup E] [Module π E] [NormedAddCommGroup Eβ] [Module π Eβ] [IsBoundedSMul π Eβ] [NormedAddCommGroup F] [Module πβ F] [IsBoundedSMul πβ F] [CompleteSpace F] {Οββ : π β+* πβ} (f : E βββ[Οββ] F) {e : E ββ[π] Eβ} (h_dense : DenseRange βe) (h_norm : β (x : E), βf xβ = βe xβ) : (f.extendOfIsometry h_dense h_norm).toContinuousLinearMap = f.extendOfNorm e - LinearMap.norm_extendOfNorm_apply_le π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} [NormedDivisionRing π] [NormedDivisionRing πβ] {Οββ : π β+* πβ} [AddCommGroup E] [SeminormedAddCommGroup Eβ] [NormedAddCommGroup F] [Module π E] [Module πβ F] [IsBoundedSMul πβ F] [Module π Eβ] [IsBoundedSMul π Eβ] [CompleteSpace F] {f : E βββ[Οββ] F} {e : E ββ[π] Eβ} (h_dense : DenseRange βe) (C : β) (h_norm : β (x : E), βf xβ β€ C * βe xβ) (x : Eβ) : β(f.extendOfNorm e) xβ β€ C * βxβ - LinearMap.extendOfIsometry_apply π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} [NormedDivisionRing π] [NormedDivisionRing πβ] [AddCommGroup E] [Module π E] [NormedAddCommGroup Eβ] [Module π Eβ] [IsBoundedSMul π Eβ] [NormedAddCommGroup F] [Module πβ F] [IsBoundedSMul πβ F] [CompleteSpace F] {Οββ : π β+* πβ} (f : E βββ[Οββ] F) {e : E ββ[π] Eβ} (h_dense : DenseRange βe) (h_norm : β (x : E), βf xβ = βe xβ) (x : Eβ) : (f.extendOfIsometry h_dense h_norm) x = (f.extendOfNorm e) x - LinearMap.extendOfNorm_unique π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} [NormedDivisionRing π] [NormedDivisionRing πβ] {Οββ : π β+* πβ} [AddCommGroup E] [SeminormedAddCommGroup Eβ] [NormedAddCommGroup F] [Module π E] [Module πβ F] [IsBoundedSMul πβ F] [Module π Eβ] [IsBoundedSMul π Eβ] [CompleteSpace F] {f : E βββ[Οββ] F} {e : E ββ[π] Eβ} (h_dense : DenseRange βe) (C : β) (h_norm : β (x : E), βf xβ β€ C * βe xβ) (g : Eβ βSL[Οββ] F) (H : βg βββ e = f) : f.extendOfNorm e = g - LinearMap.extendOfNorm_eq π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} [NormedDivisionRing π] [NormedDivisionRing πβ] {Οββ : π β+* πβ} [AddCommGroup E] [SeminormedAddCommGroup Eβ] [NormedAddCommGroup F] [Module π E] [Module πβ F] [IsBoundedSMul πβ F] [Module π Eβ] [IsBoundedSMul π Eβ] [CompleteSpace F] {f : E βββ[Οββ] F} {e : E ββ[π] Eβ} (h_dense : DenseRange βe) (h_norm : β C, β (x : E), βf xβ β€ C * βe xβ) (x : E) : (f.extendOfNorm e) (e x) = f x - LinearEquiv.extendOfIsometry_apply π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} {Fβ : Type u_6} [NormedField π] [NormedField πβ] [AddCommGroup E] [Module π E] [AddCommGroup F] [Module πβ F] [NormedAddCommGroup Eβ] [NormedSpace π Eβ] [CompleteSpace Eβ] [NormedAddCommGroup Fβ] [NormedSpace πβ Fβ] [CompleteSpace Fβ] {Οββ : π β+* πβ} {Οββ : πβ β+* π} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (f : E βββ[Οββ] F) (eβ : E ββ[π] Eβ) (eβ : F ββ[πβ] Fβ) (h_denseβ : DenseRange βeβ) (h_denseβ : DenseRange βeβ) (h_norm : β (x : E), βeβ (f x)β = βeβ xβ) (x : Eβ) : (f.extendOfIsometry eβ eβ h_denseβ h_denseβ h_norm) x = ((eβ βββ βf).extendOfNorm eβ) x - LinearEquiv.extendOfIsometry_symm_apply π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} {Fβ : Type u_6} [NormedField π] [NormedField πβ] [AddCommGroup E] [Module π E] [AddCommGroup F] [Module πβ F] [NormedAddCommGroup Eβ] [NormedSpace π Eβ] [CompleteSpace Eβ] [NormedAddCommGroup Fβ] [NormedSpace πβ Fβ] [CompleteSpace Fβ] {Οββ : π β+* πβ} {Οββ : πβ β+* π} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (f : E βββ[Οββ] F) (eβ : E ββ[π] Eβ) (eβ : F ββ[πβ] Fβ) (h_denseβ : DenseRange βeβ) (h_denseβ : DenseRange βeβ) (h_norm : β (x : E), βeβ (f x)β = βeβ xβ) (x : Fβ) : (f.extendOfIsometry eβ eβ h_denseβ h_denseβ h_norm).symm x = ((eβ βββ βf.symm).extendOfNorm eβ) x - LinearEquiv.extend_apply π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} {Fβ : Type u_6} [NormedDivisionRing π] [NormedDivisionRing πβ] [AddCommGroup E] [NormedAddCommGroup Eβ] [AddCommGroup F] [NormedAddCommGroup Fβ] [Module π E] [Module π Eβ] [IsBoundedSMul π Eβ] [Module πβ F] [Module πβ Fβ] [IsBoundedSMul πβ Fβ] [CompleteSpace Eβ] [CompleteSpace Fβ] {Οββ : π β+* πβ} {Οββ : πβ β+* π} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (f : E βββ[Οββ] F) (eβ : E ββ[π] Eβ) (eβ : F ββ[πβ] Fβ) (h_denseβ : DenseRange βeβ) (h_normβ : β C, β (x : E), βeβ (f x)β β€ C * βeβ xβ) (h_denseβ : DenseRange βeβ) (h_normβ : β C, β (x : F), βeβ (f.symm x)β β€ C * βeβ xβ) (x : Eβ) : (f.extend eβ eβ h_denseβ h_normβ h_denseβ h_normβ) x = ((eβ βββ βf).extendOfNorm eβ) x - LinearEquiv.extend_symm_apply π Mathlib.Analysis.Normed.Operator.Extend
{π : Type u_1} {πβ : Type u_2} {E : Type u_3} {Eβ : Type u_4} {F : Type u_5} {Fβ : Type u_6} [NormedDivisionRing π] [NormedDivisionRing πβ] [AddCommGroup E] [NormedAddCommGroup Eβ] [AddCommGroup F] [NormedAddCommGroup Fβ] [Module π E] [Module π Eβ] [IsBoundedSMul π Eβ] [Module πβ F] [Module πβ Fβ] [IsBoundedSMul πβ Fβ] [CompleteSpace Eβ] [CompleteSpace Fβ] {Οββ : π β+* πβ} {Οββ : πβ β+* π} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (f : E βββ[Οββ] F) (eβ : E ββ[π] Eβ) (eβ : F ββ[πβ] Fβ) (h_denseβ : DenseRange βeβ) (h_normβ : β C, β (x : E), βeβ (f x)β β€ C * βeβ xβ) (h_denseβ : DenseRange βeβ) (h_normβ : β C, β (x : F), βeβ (f.symm x)β β€ C * βeβ xβ) (x : Fβ) : (f.extend eβ eβ h_denseβ h_normβ h_denseβ h_normβ).symm x = ((eβ βββ βf.symm).extendOfNorm eβ) x
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59