Homotopy Type Theory differentiable function > history (Rev #5, changes)

Showing changes from revision #4 to #5: Added | Removed | Changed

Contents

Definition

Valued in fields

Given a calculus field?algebraic limit field FF, a subtype SFS \subseteq F, a pointwise continuous function f:C 0(S,F)f:C^0(S, F) is differentiable if the difference quotient has a limit approaching the diagonal

isDifferentiable(f):=hasLimitApproachingDiagonal(f(x)f(y)xy)isDifferentiable(f) := hasLimitApproachingDiagonal\left(\frac{f(x) - f(y)}{x - y}\right)

Let us define the type of differentiable functions D 1(S,F)D^1(S, F) on SS as the type of pointwise continuous functions that are differentiable.

D 1(S,F):= f:C 0(S,F)isDifferentiable(f)D^1(S, F) := \sum_{f:C^0(S, F)} isDifferentiable(f)

See also

Revision on May 4, 2022 at 15:54:32 by Anonymous?. See the history of this page for a list of all contributions to it.