34 lines
556 B
Text
34 lines
556 B
Text
example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p :=
|
|
begin
|
|
|
|
--^ "command": "info"
|
|
end
|
|
|
|
|
|
example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p :=
|
|
begin
|
|
apply and.intro,
|
|
--^ "command": "info"
|
|
end
|
|
|
|
example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p :=
|
|
begin
|
|
apply and.intro,
|
|
--^ "command": "info"
|
|
end
|
|
|
|
example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p :=
|
|
begin
|
|
apply and.intro,
|
|
|
|
--^ "command": "info"
|
|
end
|
|
|
|
|
|
example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p :=
|
|
begin
|
|
apply and.intro,
|
|
|
|
--^ "command": "info"
|
|
{exact a},
|
|
end
|