Skip to content

Commit

Permalink
Update Fri Apr 12 19:47:09 EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
hrmacbeth committed Apr 12, 2024
1 parent 98bac99 commit f3bf06c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Math2001/Homework/hw8.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/- Copyright (c) Heather Macbeth, 2024. All rights reserved. -/
import Mathlib.Tactic.GCongr
import Library.Basic
import AutograderLib

math2001_init

/-! # Homework 8
Don't forget to compare with the text version,
https://github.com/hrmacbeth/math2001/wiki/Homework-8,
for clearer statements and any special instructions. -/


@[autograded 4]
theorem problem3 (m : ℤ) (hn : 6641 * m) : 66 ∣ m := by
sorry

@[autograded 6]
theorem problem4 (a : ℤ) : 3333 ∣ a ↔ (101 ∣ a ∧ 33 ∣ a) := by
sorry

0 comments on commit f3bf06c

Please sign in to comment.