:: FCONT_3 semantic presentation  Show TPTP formulae Show IDV graph for whole article:: Showing IDV graph ... (Click the Palm Trees again to close it)

theorem Th1: :: FCONT_3:1  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
[#] REAL is closed
proof end;

theorem Th2: :: FCONT_3:2  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
{} REAL is open
proof end;

theorem Th3: :: FCONT_3:3  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
{} REAL is closed
proof end;

theorem Th4: :: FCONT_3:4  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
[#] REAL is open
proof end;

registration
cluster [#] REAL -> closed open ;
coherence
( [#] REAL is open & [#] REAL is closed )
by Th1, Th4;
cluster {} REAL -> closed open ;
coherence
( {} REAL is open & {} REAL is closed )
by Th2, Th3;
end;

theorem Th5: :: FCONT_3:5  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for r being real number holds right_closed_halfline r is closed
proof end;

theorem Th6: :: FCONT_3:6  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for r being real number holds left_closed_halfline r is closed
proof end;

theorem Th7: :: FCONT_3:7  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for r being real number holds right_open_halfline r is open
proof end;

theorem Th8: :: FCONT_3:8  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for r being real number holds left_open_halfline r is open
proof end;

registration
let r be real number ;
cluster right_open_halfline r -> open ;
coherence
right_open_halfline r is open
by Th7;
cluster halfline r -> open ;
coherence
halfline r is open
by Th8;
cluster right_closed_halfline r -> closed ;
coherence
right_closed_halfline r is closed
by Th5;
cluster left_closed_halfline r -> closed ;
coherence
left_closed_halfline r is closed
by Th6;
end;

theorem Th9: :: FCONT_3:9  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for g, x0 being Real
for r being real number holds
( ( 0 < r & g in ].(x0 - r),(x0 + r).[ ) iff ex r1 being Real st
( g = x0 + r1 & abs r1 < r ) )
proof end;

theorem :: FCONT_3:10  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for g, x0 being Real
for r being real number holds
( ( 0 < r & g in ].(x0 - r),(x0 + r).[ ) iff g - x0 in ].(- r),r.[ )
proof end;

theorem Th11: :: FCONT_3:11  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p being Real holds left_closed_halfline p = {p} \/ (left_open_halfline p)
proof end;

theorem Th12: :: FCONT_3:12  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p being Real holds right_closed_halfline p = {p} \/ (right_open_halfline p)
proof end;

theorem Th13: :: FCONT_3:13  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p being Real
for a being Real_Sequence
for x0 being real number st ( for n being Nat holds a . n = x0 - (p / (n + 1)) ) holds
( a is convergent & lim a = x0 )
proof end;

theorem Th14: :: FCONT_3:14  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p being Real
for a being Real_Sequence
for x0 being real number st ( for n being Nat holds a . n = x0 + (p / (n + 1)) ) holds
( a is convergent & lim a = x0 )
proof end;

theorem :: FCONT_3:15  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x0 being Real
for r being real number
for f being PartFunc of REAL , REAL st f is_continuous_in x0 & f . x0 <> r & ex N being Neighbourhood of x0 st N c= dom f holds
ex N being Neighbourhood of x0 st
( N c= dom f & ( for g being Real st g in N holds
f . g <> r ) )
proof end;

theorem :: FCONT_3:16  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for f being PartFunc of REAL , REAL st ( f is_increasing_on X or f is_decreasing_on X ) holds
f | X is one-to-one
proof end;

theorem Th17: :: FCONT_3:17  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for f being one-to-one PartFunc of REAL , REAL st f is_increasing_on X holds
(f | X) " is_increasing_on f .: X
proof end;

theorem Th18: :: FCONT_3:18  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for f being one-to-one PartFunc of REAL , REAL st f is_decreasing_on X holds
(f | X) " is_decreasing_on f .: X
proof end;

theorem Th19: :: FCONT_3:19  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for f being PartFunc of REAL , REAL st X c= dom f & f is_monotone_on X & ex p being Real st f .: X = left_open_halfline p holds
f is_continuous_on X
proof end;

theorem Th20: :: FCONT_3:20  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for f being PartFunc of REAL , REAL st X c= dom f & f is_monotone_on X & ex p being Real st f .: X = right_open_halfline p holds
f is_continuous_on X
proof end;

theorem Th21: :: FCONT_3:21  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for f being PartFunc of REAL , REAL st X c= dom f & f is_monotone_on X & ex p being Real st f .: X = left_closed_halfline p holds
f is_continuous_on X
proof end;

theorem Th22: :: FCONT_3:22  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for f being PartFunc of REAL , REAL st X c= dom f & f is_monotone_on X & ex p being Real st f .: X = right_closed_halfline p holds
f is_continuous_on X
proof end;

theorem Th23: :: FCONT_3:23  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for f being PartFunc of REAL , REAL st X c= dom f & f is_monotone_on X & ex p, g being Real st f .: X = ].p,g.[ holds
f is_continuous_on X
proof end;

theorem Th24: :: FCONT_3:24  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for f being PartFunc of REAL , REAL st X c= dom f & f is_monotone_on X & f .: X = REAL holds
f is_continuous_on X
proof end;

theorem :: FCONT_3:25  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p, g being Real
for f being one-to-one PartFunc of REAL , REAL st ( f is_increasing_on ].p,g.[ or f is_decreasing_on ].p,g.[ ) & ].p,g.[ c= dom f holds
(f | ].p,g.[) " is_continuous_on f .: ].p,g.[
proof end;

theorem :: FCONT_3:26  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p being Real
for f being one-to-one PartFunc of REAL , REAL st ( f is_increasing_on left_open_halfline p or f is_decreasing_on left_open_halfline p ) & left_open_halfline p c= dom f holds
(f | (left_open_halfline p)) " is_continuous_on f .: (left_open_halfline p)
proof end;

theorem :: FCONT_3:27  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p being Real
for f being one-to-one PartFunc of REAL , REAL st ( f is_increasing_on right_open_halfline p or f is_decreasing_on right_open_halfline p ) & right_open_halfline p c= dom f holds
(f | (right_open_halfline p)) " is_continuous_on f .: (right_open_halfline p)
proof end;

theorem :: FCONT_3:28  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p being Real
for f being one-to-one PartFunc of REAL , REAL st ( f is_increasing_on left_closed_halfline p or f is_decreasing_on left_closed_halfline p ) & left_closed_halfline p c= dom f holds
(f | (left_closed_halfline p)) " is_continuous_on f .: (left_closed_halfline p)
proof end;

theorem :: FCONT_3:29  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p being Real
for f being one-to-one PartFunc of REAL , REAL st ( f is_increasing_on right_closed_halfline p or f is_decreasing_on right_closed_halfline p ) & right_closed_halfline p c= dom f holds
(f | (right_closed_halfline p)) " is_continuous_on f .: (right_closed_halfline p)
proof end;

theorem :: FCONT_3:30  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for f being one-to-one PartFunc of REAL , REAL st ( f is_increasing_on [#] REAL or f is_decreasing_on [#] REAL ) & f is total holds
f " is_continuous_on rng f
proof end;

theorem :: FCONT_3:31  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p, g being Real
for f being PartFunc of REAL , REAL st f is_continuous_on ].p,g.[ & ( f is_increasing_on ].p,g.[ or f is_decreasing_on ].p,g.[ ) holds
rng (f | ].p,g.[) is open
proof end;

theorem :: FCONT_3:32  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p being Real
for f being PartFunc of REAL , REAL st f is_continuous_on left_open_halfline p & ( f is_increasing_on left_open_halfline p or f is_decreasing_on left_open_halfline p ) holds
rng (f | (left_open_halfline p)) is open
proof end;

theorem :: FCONT_3:33  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for p being Real
for f being PartFunc of REAL , REAL st f is_continuous_on right_open_halfline p & ( f is_increasing_on right_open_halfline p or f is_decreasing_on right_open_halfline p ) holds
rng (f | (right_open_halfline p)) is open
proof end;

theorem :: FCONT_3:34  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for f being PartFunc of REAL , REAL st f is_continuous_on [#] REAL & ( f is_increasing_on [#] REAL or f is_decreasing_on [#] REAL ) holds
rng f is open
proof end;