:: LMOD_7 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
scheme :: LMOD_7:sch 3
TriOpEq{
F1()
-> non
empty set ,
F2(
Element of
F1(),
Element of
F1(),
Element of
F1())
-> set } :
for
f1,
f2 being
TriOp of
F1() st ( for
a,
b,
c being
Element of
F1() holds
f1 . a,
b,
c = F2(
a,
b,
c) ) & ( for
a,
b,
c being
Element of
F1() holds
f2 . a,
b,
c = F2(
a,
b,
c) ) holds
f1 = f2
scheme :: LMOD_7:sch 4
QuaOpEq{
F1()
-> non
empty set ,
F2(
Element of
F1(),
Element of
F1(),
Element of
F1(),
Element of
F1())
-> set } :
for
f1,
f2 being
QuaOp of
F1() st ( for
a,
b,
c,
d being
Element of
F1() holds
f1 . a,
b,
c,
d = F2(
a,
b,
c,
d) ) & ( for
a,
b,
c,
d being
Element of
F1() holds
f2 . a,
b,
c,
d = F2(
a,
b,
c,
d) ) holds
f1 = f2
scheme :: LMOD_7:sch 10
Fr4{
F1()
-> non
empty set ,
F2()
-> non
empty set ,
F3()
-> set ,
F4()
-> Element of
F1(),
F5(
set )
-> set ,
P1[
set ,
set ],
P2[
set ,
set ] } :
(
F4()
in F5(
F3()) iff for
b being
Element of
F2() st
b in F3() holds
P1[
F4(),
b] )
provided
A1:
F5(
F3())
= { a where a is Element of F1() : P2[a,F3()] }
and A2:
(
P2[
F4(),
F3()] iff for
b being
Element of
F2() st
b in F3() holds
P1[
F4(),
b] )
Lm1:
for G being AbGroup
for a, b, c being Element of G holds
( - (a - b) = (- a) - (- b) & (a - b) + c = (a + c) - b )
theorem Th1: :: LMOD_7:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th2: :: LMOD_7:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: LMOD_7:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: LMOD_7:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th5: :: LMOD_7:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th6: :: LMOD_7:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def1 defines SUBMODULE_DOMAIN LMOD_7:def 1 :
:: deftheorem defines LINE LMOD_7:def 2 :
:: deftheorem Def3 defines LINE_DOMAIN LMOD_7:def 3 :
:: deftheorem defines lines LMOD_7:def 4 :
:: deftheorem defines HIPERPLANE LMOD_7:def 5 :
:: deftheorem Def6 defines HIPERPLANE_DOMAIN LMOD_7:def 6 :
:: deftheorem defines hiperplanes LMOD_7:def 7 :
:: deftheorem defines Sum LMOD_7:def 8 :
:: deftheorem defines /\ LMOD_7:def 9 :
theorem :: LMOD_7:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: LMOD_7:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: LMOD_7:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: LMOD_7:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: LMOD_7:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: LMOD_7:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: LMOD_7:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: LMOD_7:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: LMOD_7:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines + LMOD_7:def 10 :
for
K being
Ring for
V being
LeftMod of
K for
A1,
A2,
b5 being
Subset of
V holds
(
b5 = A1 + A2 iff for
x being
set holds
(
x in b5 iff ex
a1,
a2 being
Vector of
V st
(
a1 in A1 &
a2 in A2 &
x = a1 + a2 ) ) );
:: deftheorem Def11 defines Vector LMOD_7:def 11 :
theorem :: LMOD_7:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th17: :: LMOD_7:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th18: :: LMOD_7:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def12 defines .. LMOD_7:def 12 :
:: deftheorem defines .. LMOD_7:def 13 :
theorem Th19: :: LMOD_7:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th20: :: LMOD_7:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines - LMOD_7:def 14 :
:: deftheorem Def15 defines + LMOD_7:def 15 :
definition
let K be
Ring;
let V be
LeftMod of
K;
let W be
Subspace of
V;
deffunc H1(
Element of
V .. W)
-> Element of
V .. W =
- $1;
func COMPL W -> UnOp of
V .. W means :: LMOD_7:def 16
for
S1 being
Element of
V .. W holds
it . S1 = - S1;
existence
ex b1 being UnOp of V .. W st
for S1 being Element of V .. W holds b1 . S1 = - S1
uniqueness
for b1, b2 being UnOp of V .. W st ( for S1 being Element of V .. W holds b1 . S1 = - S1 ) & ( for S1 being Element of V .. W holds b2 . S1 = - S1 ) holds
b1 = b2
deffunc H2(
Element of
V .. W,
Element of
V .. W)
-> Element of
V .. W = $1
+ $2;
func ADD W -> BinOp of
V .. W means :
Def17:
:: LMOD_7:def 17
for
S1,
S2 being
Element of
V .. W holds
it . S1,
S2 = S1 + S2;
existence
ex b1 being BinOp of V .. W st
for S1, S2 being Element of V .. W holds b1 . S1,S2 = S1 + S2
uniqueness
for b1, b2 being BinOp of V .. W st ( for S1, S2 being Element of V .. W holds b1 . S1,S2 = S1 + S2 ) & ( for S1, S2 being Element of V .. W holds b2 . S1,S2 = S1 + S2 ) holds
b1 = b2
end;
:: deftheorem defines COMPL LMOD_7:def 16 :
:: deftheorem Def17 defines ADD LMOD_7:def 17 :
:: deftheorem defines . LMOD_7:def 18 :
theorem :: LMOD_7:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines . LMOD_7:def 19 :
theorem Th22: :: LMOD_7:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th23: :: LMOD_7:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th24: :: LMOD_7:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def20 defines * LMOD_7:def 20 :
definition
let K be
Ring;
let V be
LeftMod of
K;
let W be
Subspace of
V;
func LMULT W -> Function of
[:the carrier of K,the carrier of (V . W):],the
carrier of
(V . W) means :
Def21:
:: LMOD_7:def 21
for
r being
Scalar of
K for
S being
Element of
(V . W) holds
it . r,
S = r * S;
existence
ex b1 being Function of [:the carrier of K,the carrier of (V . W):],the carrier of (V . W) st
for r being Scalar of K
for S being Element of (V . W) holds b1 . r,S = r * S
uniqueness
for b1, b2 being Function of [:the carrier of K,the carrier of (V . W):],the carrier of (V . W) st ( for r being Scalar of K
for S being Element of (V . W) holds b1 . r,S = r * S ) & ( for r being Scalar of K
for S being Element of (V . W) holds b2 . r,S = r * S ) holds
b1 = b2
end;
:: deftheorem Def21 defines LMULT LMOD_7:def 21 :
:: deftheorem defines / LMOD_7:def 22 :
theorem :: LMOD_7:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: LMOD_7:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: LMOD_7:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines / LMOD_7:def 23 :
theorem Th28: :: LMOD_7:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: LMOD_7:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th30: :: LMOD_7:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm2:
for K being Ring
for V being LeftMod of K
for W being Subspace of V holds
( V / W is Abelian & V / W is add-associative & V / W is right_zeroed & V / W is right_complementable )
theorem Th31: :: LMOD_7:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)