Newer
Older
/T Miscellaneous scrolls for playing around/testing that don't have a good home yet ❚
/T Miscellaneous scrolls for playing around/testing that don't have a good home yet ❚
namespace http://mathhub.info/FrameIT/frameworld ❚
fixmeta ?FrameworldMeta ❚
theory RectangleScroll =
meta ?MetaAnnotations?problemTheory ?RectangleScroll/Problem ❙
meta ?MetaAnnotations?solutionTheory ?RectangleScroll/Solution ❙
A: point
❘ meta ?MetaAnnotations?label "A"
❘ meta ?MetaAnnotations?description "The first point"
❙
B: point
❘ meta ?MetaAnnotations?label "B"
❘ meta ?MetaAnnotations?description "The second point"
❙
C: point
❘ meta ?MetaAnnotations?label "C"
❘ meta ?MetaAnnotations?description "The third point"
❙
❘ meta ?MetaAnnotations?label "rC"
❘ meta ?MetaAnnotations?description "A right angle between ABC, where B is the point enclosed by A and B"
❙
dAB: Σ x:ℝ . ⊦ (d- A B) ≐ x
❘ meta ?MetaAnnotations?label "dAB"
❘ meta ?MetaAnnotations?description "The distance from point A to point B"
❙
dBC: Σ x:ℝ . ⊦ (d- B C) ≐ x
❘ meta ?MetaAnnotations?label "dBC"
❘ meta ?MetaAnnotations?description "The distance from point B to point C"
include ?RectangleScroll/Problem ❙
meta ?MetaAnnotations?label "Rectangle" ❙
meta ?MetaAnnotations?description s"Scrolls that takes three points and given a right-angle fact between those points
and the distances from the first to the second and the second to the third point, constructs a rectangle." ❙
ConstructedRectangle : Rectangle
❘ = RectangleCons A B C
❘ meta ?MetaAnnotations?label s"Rectangle"
❘ meta ?MetaAnnotations?description s"The constructed Rectangle."