Skip to content

Commit

Permalink
Merge pull request #333 from joshpoll/master
Browse files Browse the repository at this point in the history
Fix continuous map example.
  • Loading branch information
wodeni committed Mar 25, 2020
2 parents b14be66 + cdb5c4e commit 3f077d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/set-theory-domain/continuousmap.sub
Expand Up @@ -2,14 +2,14 @@ AutoLabel All

Set A
Set U
Label U $f^{-1}(V)$
Set Rn
Label Rn $\mathbb{R}^n$
IsSubset(U, A)
IsSubset(A, Rn)

Set B
Set V
Label V $f^{-1}(U)$
Set Rm
Label Rm $\mathbb{R}^m$
IsSubset(V, B)
Expand Down

0 comments on commit 3f077d9

Please sign in to comment.