Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7837619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T14:45:19+00:00 2026-06-02T14:45:19+00:00

Given the following functional dependencies how would I compute the minimal cover: A ->

  • 0

Given the following functional dependencies how would I compute the minimal cover:

A -> B, ABCD -> E, EF -> GH, ACDF -> EG

In the lecture notes it gives the derivation for the minimal cover but I do not understand it.

For example for getting rid of ACDF -> E:

A -> B => AACD -> BACD -> E => ACD -> E => ACDF -> E

And then they say, similarly we do not keep ACDF -> G

And then I understand that ABCD -> E is deduced to ACD -> E because A -> B, but I do not understand the formal process of how to get to that.

So my question is, can anyone provide an explanation of how to generate the minimal cover for a set functional dependencies?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T14:45:20+00:00Added an answer on June 2, 2026 at 2:45 pm

    To get the minimal cover, you have to make two steps. To demonstrate, I’ll first split the dependencies into multiple (only one attribute on the right side) to make it more clean:

    A -> B
    ABCD -> E
    EF -> G
    EF -> H
    ACDF -> E
    ACDF -> G
    

    The following steps must be done in this order (#1 and then #2), otherwise you can get incorrect result.

    1) get rid of redundant attributes (reduce left sides):

    Take each left side and try to remove one each attribute one at a time, then try to deduce the right side (which is now only one attribute for all dependencies). If you suceed you can then remove that letter from the left side, then continue. Note that there might be more than one correct result, it depends on the order in which you do the reduction.

    You will find out, that you can remove B from the dependency ABCD -> E, because ACD -> ABCD (use first dep.) and from ABCD -> E. You can use the full dep. you are currently reducing, this is sometimes confusing at first, but if you think about it, it will become clear that you can do that.

    Similarly, you can remove F from ACDF -> E, because ACD -> ABCD -> ABCDE -> E (you can obviously deduce a single letter from the letter itself). After this step you get:

    A -> B
    ACD -> E
    EF -> G
    EF -> H
    ACD -> E
    ACDF -> G
    

    These rules still represent the same dependencies as the original. Note that now we have a duplicate rule ACD -> E. If you look at the whole thing as a set (in the mathematical sense), then of course you can’t have the same element twice in one set. For now, I’m just leaving it twice here, because the next step will get rid of it anyway.

    2) get rid of redundant dependencies

    Now for each rule, try to remove it, and see if you deduce the same rule by only using others. In this step you, of course, cannot use the dep. you’re currently trying to remove (you could in the previous step).

    If you take the left side of the first rule A -> B, hide it for now, you see you can’t deduce anything from A alone. Therefore this rule is not redundant. Do the same for all others. You’ll find out, that you can (obviously) remove one of the duplicate rules ACD -> E, but strictly speaking, you can use the algorithm also. Hide only one of the two same rules, then take the left side (ACD), and use the other to deduce the right side. Therefore you can remove ACD -> E (only once of course).

    You’ll also see you can remove ACDF -> G, because ACDF -> ACDFE -> G. Now the result is:

    A -> B
    EF -> G
    EF -> H
    ACD -> E
    

    Which is the minimal cover of the original set.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given the following function: def foo(a, b, c): pass How would one obtain a
I have done everything said on the following page. https://help.ubuntu.com/community/Django but it gives me
Given the following functional dependendies on a relation R(A B C D E F
Given the following javascript: function foo(selectControl) { ... } and the following html: <select
Given the following two objects: function newDoodle() { var Doodle = { /* Variables
I'm having some trouble with the following function. It is supposed to be given
Given the following javascript (jquery) $(#username).keyup(function () { selected.username = $(#username).val(); var url =
Given the following code snippet: $i= 11; function get_num() { global $i; return (--$i
Given the following jquery code.. jQuery.fn.sliding = function () { return this.each(function () {
Given the following lines of code which is using JQTOUCH: $('#customers').bind('pageAnimationEnd', function(e, info){ if

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.