Comp 9020- assignment for this problem in particular


Assignment -

Note: In your assignment, how you arrived at your solution is as important (if not more so) than the solution itself and will be assessed accordingly. There may be more than one way to find a solution, and your approach should contain enough detail to justify its correctness. Lecture content can be assumed to be common knowledge.

1. If R1 ⊆ S × T and R2 ⊆ T × U are binary relations, the composition of R1 and R2 is the relation R1; R2 defined as:

R1; R2 := {(a, c) : There exists b ∈ T such that (a, b) ∈ R1 and (b, c) ∈ R2}

(a) If f : S → T and g : T → U are functions is f; g a function?

(b) If R ⊆ S × S is transitive, show that R = R ∪ (R; R). (Hint: One way to show A = B is to show A ⊆ B and B ⊆ A. One of these directions is trivial.)

Let R ⊆ S × S be any binary relation on a set S. Consider the sequence of relations R0, R1, R2, . . ., defined as follows:

R0 := R, and

Ri+1 := Ri ∪ (Ri; R) for i ≥ 0

(c) Prove that if Ri = Ri+1 for some i, then Ri = Rj for all j ≥ i.

(d) Prove that if Ri = Ri+1 for some i, then Rk ⊆ Ri for all k ≥ 0.

(e) If |S| = n, explain why Rn = Rn+1. (Hint: Show that if (a, b) ∈ Rn+1 then (a, b) ∈ Ri for some i < n + 1.)

In the above sequence, Rn is defined to be the transitive closure of R, denoted R* (closely related to the * operator used to describe the set of all words over an alphabet).

(f) Show that R* is transitive.

2. The following table describes several subjects and the students taking them:

Position

Charms

Herbology

Astronomy

Transfiguration

Harry

Ron

Harry

Hermione

Hermione

Ron

Luna

George

Neville

Fred

Malfoy

Ginny

Neville

Seamus

Luna

You have been tasked to create an examination timetable for these subjects, and your goal is to find the smallest number of timeslots needed so that all subjects can be examined, without any conflicts occurring (i.e. no students having to take two or more exams at the same time).

(a) Explain how this can be formulated as a graph-based problem. That is, describe what the vertices and edges would be, and how to relate the given problem to a common graph problem.

(b) For this problem in particular determine the minimum number of timeslots required.

(c) Suppose instead your goal was to determine the largest number of subjects that can be examined at the same time without conflicts. How do your answers to (a) and (b) change?

3. Given a plane-drawing (i.e. no crossing edges) of a connected planar graph G, a face is a region that is enclosed by edges. For example, the following plane-drawing of K4 has 3 faces (labelled 1, 2, 3):

2235_figure.png

(a) How many edges must a connected graph with n vertices and 1 face have?

(b) By examining several planar graphs, come up with an equation that relates the number of vertices (n), the number of edges (m) and the number of faces (f) of a plane-drawing of a planar graph.

(c) Prove, by induction on f or otherwise, that your formula is correct.

Hint: What happens if you delete an edge of a plane-drawing that doesn't disconnect the graph?

4. Extend the syntactical definition of propositional formulae to include the connective o:

If φ and ψ are propositional formulae, then (φ o ψ) is a propositional formula.

Given a truth valuation v : Prop → B, define the semantics for o as

v(φ o ψ) = !(v(φ) & v(ψ))

(a) Draw the truth table for (p o q) o (p o q). Give a logically equivalent formula.

(b) For each of the following formulae, give a logically equivalent formula that only uses o and propositional variables. Justify your answer.

i. ¬ p

ii. p ∨ q

iii. p → q

iv. p ↔ q

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Comp 9020- assignment for this problem in particular
Reference No:- TGS02940489

Expected delivery within 24 Hours