let X be BCI-algebra; for a being Element of AtomSet X
for i, j being Integer holds (a |^ i) \ (a |^ j) = a |^ (i - j)
let a be Element of AtomSet X; for i, j being Integer holds (a |^ i) \ (a |^ j) = a |^ (i - j)
let i, j be Integer; (a |^ i) \ (a |^ j) = a |^ (i - j)
per cases
( i > 0 or i = 0 or i < 0 )
;
suppose A6:
i < 0
;
(a |^ i) \ (a |^ j) = a |^ (i - j)then reconsider m =
- i as
Element of
NAT by INT_1:3;
A7:
- i > 0
by A6;
per cases
( j >= 0 or j < 0 )
;
suppose A8:
j >= 0
;
(a |^ i) \ (a |^ j) = a |^ (i - j)set n =
- (i - j);
reconsider n =
- (i - j),
j =
j as
Element of
NAT by A6, A8, INT_1:3;
reconsider b =
a ` as
Element of
AtomSet X by BCIALG_1:34;
A9:
((a `) |^ j) ` =
(b `) |^ j
by Th17
.=
a |^ j
by BCIALG_1:29
;
A10:
a |^ i =
(BCI-power X) . (
(a `),
|.i.|)
by A6, Def2
.=
(a `) |^ m
by A6, ABSVALUE:def 1
;
a |^ (i - j) =
(BCI-power X) . (
(a `),
|.(i - j).|)
by A6, Def2
.=
(a `) |^ n
by A6, ABSVALUE:def 1
.=
b |^ (j + m)
.=
((a `) |^ m) \ (((a `) |^ j) `)
by Lm1
;
hence
(a |^ i) \ (a |^ j) = a |^ (i - j)
by A10, A9;
verum end; suppose A11:
j < 0
;
(a |^ i) \ (a |^ j) = a |^ (i - j)reconsider b =
a ` as
Element of
AtomSet X by BCIALG_1:34;
A12:
- j > 0
by A11;
reconsider n =
- j as
Element of
NAT by A11, INT_1:3;
A13:
a |^ j =
(BCI-power X) . (
(a `),
|.j.|)
by A11, Def2
.=
(a `) |^ n
by A11, ABSVALUE:def 1
;
a |^ i =
(BCI-power X) . (
(a `),
|.i.|)
by A6, Def2
.=
(a `) |^ m
by A6, ABSVALUE:def 1
;
then A14:
(a |^ i) \ (a |^ j) = b |^ (m - n)
by A7, A12, A13, Lm3;
end; end; end; end;