Skip to content

Commit afd6572

Browse files
authored
Update mathFact.js
1 parent 40a9fe9 commit afd6572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util/mathFact.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ const facts = [
153153
"A matrix and its transpose have the same rank.",
154154
"A midpoint convex function is not necessarily convex, but a strictly midpoint convex function is strictly convex.",
155155
"A set is convex iff its indicator function is a convex function. (Indicator function is infinite off the set.)",
156+
"Every C^1 differential structure on a manifold can be uniquely smoothed to a C^∞ differential structure.",
157+
"The Hilbert transform is an anti-involution, i.e. H(H(u)) = -u.",
156158
];
157159

158160
/**

0 commit comments

Comments
 (0)