let A be category; :: thesis: for a being object of A
for x being set holds
( x in (Concretized A) -carrier_of a iff ex b being object of A ex f being Morphism of b,a st
( <^b,a^> <> {} & x = [f,[b,a]] ) )
let a be object of A; :: thesis: for x being set holds
( x in (Concretized A) -carrier_of a iff ex b being object of A ex f being Morphism of b,a st
( <^b,a^> <> {} & x = [f,[b,a]] ) )
let x be set ; :: thesis: ( x in (Concretized A) -carrier_of a iff ex b being object of A ex f being Morphism of b,a st
( <^b,a^> <> {} & x = [f,[b,a]] ) )
set B = Concretized A;
reconsider ac = a as object of (Concretized A) by Def12;
A1:
( x in the_carrier_of ac iff ( x in Union (disjoin the Arrows of A) & ac = x `22 ) )
by Def12;
A2:
dom the Arrows of A = [:the carrier of A,the carrier of A:]
by PARTFUN1:def 4;
hereby :: thesis: ( ex b being object of A ex f being Morphism of b,a st
( <^b,a^> <> {} & x = [f,[b,a]] ) implies x in (Concretized A) -carrier_of a )
assume A3:
x in (Concretized A) -carrier_of a
;
:: thesis: ex b being object of A ex f being Morphism of b,a st
( <^b,a^> <> {} & x = [f,[b,a]] )then A4:
(
x `2 in dom the
Arrows of
A &
x `1 in the
Arrows of
A . (x `2 ) &
x = [(x `1 ),(x `2 )] )
by A1, CARD_3:33;
then consider b,
c being
set such that A5:
(
b in the
carrier of
A &
c in the
carrier of
A &
x `2 = [b,c] )
by A2, ZFMISC_1:def 2;
reconsider b =
b as
object of
A by A5;
take b =
b;
:: thesis: ex f being Morphism of b,a st
( <^b,a^> <> {} & x = [f,[b,a]] )reconsider f =
x `1 as
Morphism of
b,
a by A1, A3, A4, A5, MCART_1:89;
take f =
f;
:: thesis: ( <^b,a^> <> {} & x = [f,[b,a]] )thus
(
<^b,a^> <> {} &
x = [f,[b,a]] )
by A1, A3, A4, A5, MCART_1:89;
:: thesis: verum
end;
given b being object of A, f being Morphism of b,a such that A6:
( <^b,a^> <> {} & x = [f,[b,a]] )
; :: thesis: x in (Concretized A) -carrier_of a
A7:
( x `1 = f & x `2 = [b,a] )
by A6, MCART_1:7;
then
( f in the Arrows of A . (x `2 ) & [b,a] in dom the Arrows of A )
by A2, A6, ZFMISC_1:def 2;
hence
x in (Concretized A) -carrier_of a
by A1, A6, A7, CARD_3:33, MCART_1:89; :: thesis: verum