Skip to content

Commit 85a3316

Browse files
committed
Fix df-dv comment in set.mm and iset.mm
This definition applies to subsets of complex numbers, not just real numbers. Same comment is in df-dv in set.mm and df-dvap in iset.mm so fix it both places.
1 parent f33d070 commit 85a3316

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

iset.mm

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -136206,17 +136206,17 @@ S C_ ( P ( ball ` D ) T ) ) $=
136206136206

136207136207
${
136208136208
$d s f x z w $.
136209-
$( Define the derivative operator on functions on the reals. This acts on
136210-
functions to produce a function that is defined where the original
136211-
function is differentiable, with value the derivative of the function at
136212-
these points. The set ` s ` here is the ambient topological space under
136213-
which we are evaluating the continuity of the difference quotient.
136214-
Although the definition is valid for any subset of ` CC ` and is
136215-
well-behaved when ` s ` contains no isolated points, we will restrict
136216-
our attention to the cases ` s = RR ` or ` s = CC ` for the majority of
136217-
the development, these corresponding respectively to real and complex
136218-
differentiation. (Contributed by Mario Carneiro, 7-Aug-2014.) (Revised
136219-
by Jim Kingdon, 25-Jun-2023.) $)
136209+
$( Define the derivative operator. This acts on functions to produce a
136210+
function that is defined where the original function is differentiable,
136211+
with value the derivative of the function at these points. The set
136212+
` s ` here is the ambient topological space under which we are
136213+
evaluating the continuity of the difference quotient. Although the
136214+
definition is valid for any subset of ` CC ` and is well-behaved when
136215+
` s ` contains no isolated points, we will restrict our attention to the
136216+
cases ` s = RR ` or ` s = CC ` for the majority of the development,
136217+
these corresponding respectively to real and complex differentiation.
136218+
(Contributed by Mario Carneiro, 7-Aug-2014.) (Revised by Jim Kingdon,
136219+
25-Jun-2023.) $)
136220136220
df-dvap $a |- _D = ( s e. ~P CC , f e. ( CC ^pm s ) |->
136221136221
U_ x e. ( ( int ` ( ( MetOpen ` ( abs o. - ) ) |`t s ) ) ` dom f )
136222136222
( { x } X. ( ( z e. { w e. dom f | w =//= x } |->

set.mm

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -334060,16 +334060,16 @@ or are almost disjoint (the interiors are disjoint). (Contributed by
334060334060
if ( z = x , y , ( f ` z ) ) ) e.
334061334061
( ( ( j |`t ( dom f u. { x } ) ) CnP j ) ` x ) } ) $.
334062334062

334063-
$( Define the derivative operator on functions on the reals. This acts on
334064-
functions to produce a function that is defined where the original
334065-
function is differentiable, with value the derivative of the function at
334066-
these points. The set ` s ` here is the ambient topological space under
334067-
which we are evaluating the continuity of the difference quotient.
334068-
Although the definition is valid for any subset of ` CC ` and is
334069-
well-behaved when ` s ` contains no isolated points, we will restrict
334070-
our attention to the cases ` s = RR ` or ` s = CC ` for the majority of
334071-
the development, these corresponding respectively to real and complex
334072-
differentiation. (Contributed by Mario Carneiro, 7-Aug-2014.) $)
334063+
$( Define the derivative operator. This acts on functions to produce a
334064+
function that is defined where the original function is differentiable,
334065+
with value the derivative of the function at these points. The set
334066+
` s ` here is the ambient topological space under which we are
334067+
evaluating the continuity of the difference quotient. Although the
334068+
definition is valid for any subset of ` CC ` and is well-behaved when
334069+
` s ` contains no isolated points, we will restrict our attention to the
334070+
cases ` s = RR ` or ` s = CC ` for the majority of the development,
334071+
these corresponding respectively to real and complex differentiation.
334072+
(Contributed by Mario Carneiro, 7-Aug-2014.) $)
334073334073
df-dv $a |- _D = ( s e. ~P CC , f e. ( CC ^pm s ) |->
334074334074
U_ x e. ( ( int ` ( ( TopOpen ` CCfld ) |`t s ) ) ` dom f )
334075334075
( { x } X. ( ( z e. ( dom f \ { x } ) |->

0 commit comments

Comments
 (0)