Skip to content
Snippets Groups Projects
Commit e657cc99 authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

new

parent 8d3e4243
Branches master
No related tags found
No related merge requests found
namespace http://mathhub.info/MitM/smglom/arithmetics ❚
import base http://mathhub.info/MitM/Foundation ❚
theory person : base:?Logic =
object : type ❙
person : object ⟶ bool ❙
rights : object ⟶ bool ❙
fetus : object ⟶ bool ❙
black : object ⟶ bool ❙
theory legal : base:?Logic =
include ?person ❙
courtDecision : prop ⟶ type ❙
axiom_personRights : ⊦ ∀[x] rights x ⇒ person x ❙
theory RoeWade : base:?Logic =
include ?legal ❙
include ?person ❙
RoeWade1973 : courtDecision (∀[x] fetus x ⇒ ¬ person x) ❙
theory DredScott : base:?Logic =
include ?legal ❙
include ?person ❙
DredScott1857 : courtDecision (∀[x] black x ⇒ ¬ person x) ❙
view RW73DS57 : ?RoeWade -> ?DredScott =
fetus = black ❙
RoeWade1973 = DredScott1857 ❙
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment