Step * of Lemma I-norm_functionality

No Annotations
[I:{I:Interval| icompact(I)} ]. ∀[f:{x:ℝx ∈ I}  ⟶ ℝ].
  ∀[g:{x:ℝx ∈ I}  ⟶ ℝ]. ||f[x]||_x:I ||g[x]||_x:I supposing ∀x:{x:ℝx ∈ I} (f[x] g[x]) 
  supposing ∀x,y:{x:ℝx ∈ I} .  ((x y)  (f[x] f[y]))
BY
(Intros
   THEN (Assert ∀x,y:{x:ℝx ∈ I} .  ((x y)  (g[x] g[y])) BY
               (Auto THEN (Assert (f[x] f[y]) ∧ (f[x] g[x]) ∧ (f[y] g[y]) BY Auto) THEN Auto))
   THEN BLemma `rleq_antisymmetry`
   THEN Auto
   THEN BLemma `I-norm-rleq`
   THEN Auto) }

1
1. {I:Interval| icompact(I)} 
2. {x:ℝx ∈ I}  ⟶ ℝ
3. ∀x,y:{x:ℝx ∈ I} .  ((x y)  (f[x] f[y]))
4. {x:ℝx ∈ I}  ⟶ ℝ
5. ∀x:{x:ℝx ∈ I} (f[x] g[x])
6. ∀x,y:{x:ℝx ∈ I} .  ((x y)  (g[x] g[y]))
7. {r:ℝr ∈ I} 
⊢ |f[x]| ≤ ||g[x]||_x:I

2
1. {I:Interval| icompact(I)} 
2. {x:ℝx ∈ I}  ⟶ ℝ
3. ∀x,y:{x:ℝx ∈ I} .  ((x y)  (f[x] f[y]))
4. {x:ℝx ∈ I}  ⟶ ℝ
5. ∀x:{x:ℝx ∈ I} (f[x] g[x])
6. ∀x,y:{x:ℝx ∈ I} .  ((x y)  (g[x] g[y]))
7. {r:ℝr ∈ I} 
⊢ |g[x]| ≤ ||f[x]||_x:I


Latex:


Latex:
No  Annotations
\mforall{}[I:\{I:Interval|  icompact(I)\}  ].  \mforall{}[f:\{x:\mBbbR{}|  x  \mmember{}  I\}    {}\mrightarrow{}  \mBbbR{}].
    \mforall{}[g:\{x:\mBbbR{}|  x  \mmember{}  I\}    {}\mrightarrow{}  \mBbbR{}].  ||f[x]||\_x:I  =  ||g[x]||\_x:I  supposing  \mforall{}x:\{x:\mBbbR{}|  x  \mmember{}  I\}  .  (f[x]  =  g[x]) 
    supposing  \mforall{}x,y:\{x:\mBbbR{}|  x  \mmember{}  I\}  .    ((x  =  y)  {}\mRightarrow{}  (f[x]  =  f[y]))


By


Latex:
(Intros
  THEN  (Assert  \mforall{}x,y:\{x:\mBbbR{}|  x  \mmember{}  I\}  .    ((x  =  y)  {}\mRightarrow{}  (g[x]  =  g[y]))  BY
                          (Auto  THEN  (Assert  (f[x]  =  f[y])  \mwedge{}  (f[x]  =  g[x])  \mwedge{}  (f[y]  =  g[y])  BY  Auto)  THEN  Auto))
  THEN  BLemma  `rleq\_antisymmetry`
  THEN  Auto
  THEN  BLemma  `I-norm-rleq`
  THEN  Auto)




Home Index